@charset 'utf-8';
/*
 * @Author: bastuu 
 * @Date: 2023-05-25 14:30:31 
 * @Last Modified by: bastuu
 * @Last Modified time: 2023-10-26 17:53:01
 */
:root {
  --wordsColor--: #015293;
  --hoverColor--: #c02e25;
  --lineColor--: #dcdcdc;
}
p {
  text-align: left;
  text-indent: 0;
}
html,
body {
  min-width: 1300px;
}
.fn-24 {
  font-size: 24px;
}
/*  带底边的title */
.list-title {
  width: 325px;
  font-size: 24px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 2;
}
.list-title h3 {
  margin-bottom: -2px;
  max-width: 154px;
  text-align: center;
  border-bottom: 4px solid var(--wordsColor--);
}
/* 头条 */
.topline {
  margin: 0 auto;
  margin-top: -118px;
  padding: 30px 0;
  width: 1300px;
  min-height: 141px;
  transform: translateZ(0);
  z-index: 1;
  background: #fff;
}
.topline .topline-box {
  padding: 10px 30px;
  text-align: center;
  line-height: 1.5;
}
.topline .swiper1 {
  min-height: 150px;
}
.topline .swiper1 .topline-title {
  font-size: 36px;
}
.topline .swiper1 .topline-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.topline .swiper1 .swiper-pagination1 {
  bottom: -4px;
}
.topline .swiper1 .swiper-pagination-bullet {
  width: 134px;
  height: 4px;
  border-radius: 4px;
  background: #d9d9d9;
}
.topline .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wordsColor--);
}
/* 动态专栏 */
.dt-left {
  max-width: 640px;
  height: 400px;
}
.dt-left .swiper-slide {
  position: relative;
}
.dt-left .swiper-slide a {
  color: #fff;
}
.dt-left .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8em 0 2em;
  min-height: 42px;
  line-height: 42px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dt-left .swiper-slide img {
  width: 100%;
}
.dt-left .swiper-pagination2 {
  text-align: right;
  padding-right: 2em;
}
.dt-left .swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.dt-left .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
}
.dt-tab {
  width: 528px;
}
.dt-tab .dt-tab-title {
  border-bottom: 1px solid #ccc;
}
.dt-tab .dt-tab-title li {
  position: relative;
  margin: 0 3%;
  min-width: 27%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 26px;
  margin-bottom: -2px;
  cursor: pointer;
}
.dt-tab .dt-tab-title li.active {
  font-weight: bold;
  border-bottom: 4px solid var(--wordsColor--);
}
.dt-tab .dt-tab-title li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--wordsColor--);
}
.dt-tab .dt-tab-title li.active a {
  color: var(--wordsColor--);
}
.dt-tab .dt-tab-content {
  display: none;
  padding-top: 20px;
}
.dt-tab .dt-tab-content:nth-child(2) {
  display: block;
}
.dt-tab .dt-tab-content li {
  line-height: 52px;
}
.dt-tab .dt-tab-content li a {
  max-width: 80%;
}
.dt-tab .dt-tab-content li span {
  font-size: 14px;
  color: #999;
}
/* 军民融合发展 */
.jmrh-box {
  margin-top: 20px;
}
.jmrh-box .list-cont > ul > li {
  float: left;
  position: relative;
  margin-top: 18px;
  width: 46%;
}
.jmrh-box .list-cont > ul > li:nth-child(2n + 1) {
  margin-right: 90px;
}
.jmrh-box .list-cont > ul > li img {
  float: left;
  width: 150px;
  height: 164px;
  margin-right: 0;
}
.jmrh-box .list-cont > ul > li div {
  max-width: 380px;
  float: right;
}
.jmrh-box .list-cont > ul > li div li {
  line-height: 2;
  min-height: 72px;
}
.jmrh-box .list-cont > ul > li div li a {
  font-size: 18px;
  font-weight: bold;
  margin-right: 0;
}
.jmrh-box .list-cont > ul > li div li span {
  position: absolute;
  top: 48px;
  right: 0;
  line-height: 1.2;
  font-size: 14px;
  color: #999;
}
.jmrh-box .list-cont > ul > li div li.con-desc {
  margin-right: 0;
  margin-top: 15px;
  font-size: 14px;
}
.big-title a {
  color: #333;
}
.big-title a:hover {
  color: var(--wordsColor--);
  font-weight: bold;
}
/* 政务公开 */
.zw-bg {
  min-height: 428px;
  padding-top: 20px;
  background: #f6f6f6;
}
.zw-bg .zw-left {
  width: 72%;
}
.zw-bg .zw-left .zw-tab-title {
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid var(--lineColor--);
}
.zw-bg .zw-left .zw-tab-title li {
  position: relative;
  float: left;
  margin-bottom: -2px;
  cursor: pointer;
}
.zw-bg .zw-left .zw-tab-title li.active {
  border-bottom: 4px solid var(--hoverColor--);
  font-weight: bold;
}
.zw-bg .zw-left .zw-tab-title li.active a {
  color: var(--wordsColor--);
}
.zw-bg .zw-left .zw-tab-title li:nth-child(2) {
  margin: 0 40px -2px;
}
.zw-bg .zw-left .zw-tab-title li:nth-child(2):after,
.zw-bg .zw-left .zw-tab-title li:nth-child(2)::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 1px;
  height: 22px;
  background: var(--lineColor--);
}
.zw-bg .zw-left .zw-tab-title li:nth-child(2):after {
  right: -20px;
}
.zw-bg .zw-left .zw-tab-title li:nth-child(2):before {
  left: -20px;
}
.zw-bg .zw-left .zw-tab-content {
  padding-top: 20px;
}
.zw-bg .zw-left .zw-tab-content:not(:nth-child(3)) {
  display: none;
}
.zw-bg .zw-left .zw-tab-content li {
  position: relative;
  padding-left: 1em;
  line-height: 50px;
}
.zw-bg .zw-left .zw-tab-content li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/statics/ynrf/images/secondIndex/list-style-right.png);
}
.zw-bg .zw-left .zw-tab-content li a {
  max-width: 85%;
}
.zw-bg .zw-left .zw-tab-content li span {
  font-size: 16px;
}
.zw-bg .zw-right {
  width: calc(100% - 72% - 40px);
}
.zw-bg .zw-right .zw-right-title {
  width: 100%;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid var(--lineColor--);
}
.zw-bg .zw-right .zw-right-title h3 {
  margin-bottom: -2px;
  display: inline-block;
  border-bottom: 4px solid var(--hoverColor--);
  color: var(--wordsColor--);
  font-weight: bold;
}
.zw-bg .zw-right ul {
  margin-top: 4px;
  min-height: 100%;
  background: #fff;
}
.zw-bg .zw-right ul li {
  text-indent: 30px;
  height: 52px;
  line-height: 52px;
  text-align: left;
  vertical-align: text-bottom;
  border-bottom: 1px solid var(--lineColor--);
}
.zw-bg .zw-right ul li img {
  transform: translateY(-8%);
  margin-right: 10px;
}
/* 链接 */
.min-bg {
  padding: 60px 0 20px;
  min-height: 165px;
  background: #f6f6f6;
}
.min-bg .minilink li {
  float: left;
  width: 182px;
  margin-left: 16px;
  text-align: center;
  padding: 16px 0;
  box-shadow: 0 0 5px rgba(9, 80, 134, 0.3);
  font-size: 18px;
  height: 96px;
}
.min-bg .minilink li a {
  color: #000;
}
.min-bg .minilink li span {
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
/* 意见征集 */
.yj-bg {
  min-height: 417px;
  background: #f6f6f6;
}
.yj-box {
  padding-top: 20px;
  min-height: 315px;
}
.yj-box .yj-left {
  max-width: 308px;
  margin-right: 14px;
}
.yj-box .yj-left img {
  margin-top: 10px;
}
.yj-box .yj-right {
  max-width: calc(100% - 308px - 14px);
}
.yj-box .yj-right li {
  padding-top: 25px;
  width: 100%;
  height: 58px;
  border-bottom: 1px dashed var(--lineColor--);
}
.yj-box .yj-right li:last-child {
  border: none;
}
.yj-box .yj-right li i {
  display: inline-block;
  width: 54px;
  margin-right: 1em;
  text-align: center;
  font-size: 12px;
  background: var(--lineColor--);
  border-radius: 10px;
}
.yj-box .yj-right li i.ing {
  background: var(--wordsColor--);
  color: #fff;
}
.yj-box .yj-right li a {
  width: 80%;
}
.yj-box .yj-right li span {
  font-size: 16px;
}
/* 专题专栏 */
.zt-bg {
  min-height: 320px;
  background: #f6f6f6 url(/statics/ynrf/images/secondIndex/swiperbg_02.png) no-repeat center;
}
.zt-bg .swiper3 {
  margin-top: 30px;
  position: relative;
}
.zt-bg .swiper3 img {
  box-shadow: 1px 1px 10px 2px rgba(177, 193, 212, 0.5);
  width: 280px;
  height: 140px;
}
.zt-bg .swiper-button-next3,
.zt-bg .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 64px;
  z-index: 999;
}
.zt-bg .swiper-button-next3 {
  background: url(/statics/ynrf/images/secondIndex/next-img.png) no-repeat;
  right: -7px;
}
.zt-bg .swiper-button-prev3 {
  background: url(/statics/ynrf/images/secondIndex/prev-img.png) no-repeat;
  left: -6px;
}
/* 特色栏目 */
.col-list {
  width: 550px;
  min-height: 220px;
  float: left;
  line-height: 40px;
  margin-top: 20px;
}
.col-list .list-title {
  margin-bottom: 20px;
}
.col-list .list-title h3 {
  text-align: left;
}
.col-list .list-title h3 a:hover {
  font-weight: bold;
  color: var(--wordsColor--);
}
.col-list:nth-child(2n + 1) {
  margin-right: 100px;
}
.col-list div li {
  position: relative;
  padding-left: 1em;
  line-height: 50px;
}
.col-list div li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/statics/ynrf/images/secondIndex/list-style-right.png);
}
.col-list div li a {
  max-width: 80%;
}
.col-list div li span {
  font-size: 16px;
}
/* 防空警报 */
.jb-con {
  width: 98%;
  margin: 28px 1%;
  min-height: 90px;
  border: 1px solid var(--wordsColor--);
  border-radius: 14px;
  overflow: hidden;
}
.jb-con img {
  float: left;
  transform: translate(14px, 10px);
}
.jb-con ul {
  width: 80%;
  height: 100%;
}
.jb-con ul li {
  height: 100%;
  width: 33.33%;
  float: left;
  color: #666;
}
.jb-con ul li .playBtn {
  display: block;
  margin: 18px 0 8px;
  width: 155px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-indent: 1em;
  background: url(/statics/ynrf/images/secondIndex/audio.png) no-repeat;
  cursor: pointer;
}
.jb-con ul li .playBtn.active {
  filter: hue-rotate(-45deg);
  color: #000;
}
.jb-con ul li audio {
  display: none;
}
/* 底部链接 */
.min-link {
  min-height: 55px;
  background: var(--wordsColor--);
  border-bottom: 14px solid #a4afbe;
}
.min-link .mlink-box {
  display: flex;
  justify-content: space-between;
  padding: 15px 100px;
}
.min-link .mlink-box select {
  appearance: none;
  --webkit-appearance: none;
  --moz-appearance: none;
  width: auto;
  background: var(--wordsColor--);
  color: #fff;
}
.min-link .mlink-box select option {
  text-align: left;
}
.min-link .mlink-box select option:nth-child(1) {
  text-align: center;
}
.footerB {
  background: #eeeeee;
  margin: 0;
  font-size: 12px;
}
div.footer-bg {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body {
    width: 1300px;
    min-width: 1300px;
  }
}
